home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Magazine / SoundLab / MSE-Demo / modules / Test / Test2.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1997-07-09  |  172 b   |  19 lines

  1. /*
  2.         Test2.rexx
  3.  
  4.         MSE Calculation demo
  5. */
  6.  
  7.  
  8. address "MSE.1"
  9. options results
  10.  
  11. 'GetGad' 9 VALUE
  12. Gad1 = RESULT
  13. 'GetGad' 10 VALUE
  14. Gad2 = RESULT
  15.  
  16.  
  17. 'SetGad' 11 Gad1 + Gad2
  18. exit
  19.